import { Link } from '@aws-amplify/ui-react'; export const ExternalLinkExample = () => { return ( This Link will open in new tab ); };